fix(configuration): add missing variables in Thematic Trimming for studies in version v8.6 or above #1991
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to ANT-1560
Cette PR a pour objectif de corriger une anomalie frontend et backend concernant les études en v8.6 et ultérieure.
L'anomalie concerne l'absence de certaines variables dans le panneau de configuration du Thematic Trimming.
L'objectif est d'ajouter ces variables manquants côtés frontend et backend.
Tests d'acceptation
Configuration d'une étude en version antérieure à 8.6 :
Configuration d'une étude en version 8.6 ou ultérieure :
[variable selection]
de la vue "Débug" ⇒settings/generaldata
.Analyse des résultats d'une étude en version 8.6 ou ultérieure :
Lecture des variables du Thematic Trimming depuis le endpoint d'API :
GET /v1/studies/{uuid}/config/thematictrimming/form
fournit un objet JSON contenant l'état de validation de toutes les variables du Thematic Trimming, en tenant compte de la version de l'étude et en respectant la convention camelCase pour les noms de variables.PUT /v1/studies/{uuid}/config/thematictrimming/form
permet la mise à jour des variables du Thematic Trimming.Notes additionnelles
Les variables spécifiques aux Stockages court terme sont :
STS_inj_by_plant
,STS_withdrawal_by_plant
,STS_lvl_by_plant
,STS_Cashflow_By_Cluster
,PSP_open_injection
,PSP_open_withdrawal
,PSP_open_level
,PSP_closed_injection
,PSP_closed_withdrawal
,PSP_closed_level
,Pondage_injection
,Pondage_withdrawal
,Pondage_level
,Battery_injection
,Battery_withdrawal
,Battery_level
,Other1_injection
,Other1_withdrawal
,Other1_level
,Other2_injection
,Other2_withdrawal
,Other2_level
,Other3_injection
,Other3_withdrawal
,Other3_level
,Other4_injection
,Other4_withdrawal
,Other4_level
,Other5_injection
,Other5_withdrawal
,Other5_level
.Checklist